Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

regex

^The        matches any string that starts with The -> Try it!
end$        matches a string that ends with end
^The end$   exact string match (starts and ends with The end)
roar        matches any string that has the text roar in it
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #regex
ADD COMMENT
Topic
Name
4+3 =