Forum Discussion
bojanvelevski
4 years agoValued Contributor
Hey @Pakhi,
This expression will replace the element that is matched by the regex (/^.*[/]/), with an empty string ''
Pakhi
4 years agoNew Contributor III
Hey can you explain this regex please if you know
- bojanvelevski4 years agoValued Contributor
Sure.
. - matches any character except a line break * - means 0 or more of the preceding token [ ] - means a character set \/ - is practically an escaped forward slash character - /