cyrilex
cyrilex copied to clipboard
Show matches more convinient
i like on your site at most the graph showing me the structure of my regex (see https://extendsclass.com/regex/310af4e )
- but one drawback is to see results in the matching groups. for this i need to do something like this in the substitution textfield:
(\$1="$1", \$2="$2", \$3="$3", \$4="$4", \$5="$5", \$6="$6", \$7="$7")
(but it shows nothing if i have more $n
then matching groups exists)
but i like to see at your website better displaying of the matches like:
- here with colors in the matching text: https://regex101.com/r/HXg3iS/1 and the info when i hoover over it
- here i like the hoover over a text or the details tab below https://regexr.com/6pe5p
Indeed, the display is interesting on these sites.