0 votes
in ReactJS by
What is Zero width assertions in Regular expressions?

1 Answer

0 votes
by
These are using for matching the position rather than text the line.

\A - Matching the starting of  the line.

\Z - Matching the end of the line. Etc
...