I'm trying to replace a part of a string. The part contains some special characters:
#L(inches)=24#
I know replaceFirst is regex driven but I can't seem to create a regular expression that matches this part in a string, any ideas?
I'm trying to replace a part of a string. The part contains some special characters:
#L(inches)=24#
I know replaceFirst is regex driven but I can't seem to create a regular expression that matches this part in a string, any ideas?
Copyright © 2021 Jogjafile Inc.
This should match the entire String above.