Trying Figure Correct Name Describe Match Regular Expression Works Q37149913

く( [A-2] [A-z0-9] *)b [ ^>]*>(.*?)</1>

trying to figure out the correct name to describe thematch of the regular expression and how it works.

く( [A-2] [A-z0-9] *)b [ ^>]*>(.*?)</1> Show transcribed image text く( [A-2] [A-z0-9] *)b [ ^>]*>(.*?)


Solution


This regular expression represents an HTML tag.with opening <> and matching closed <>examples:————-<body> Hello </body>

;;

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.