You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Right now it looks like upcase and downcase are supported, but what about regular expressions? Can't seem to get them to work! Something like ${1/[ ]/-/g} should replace all spaces in $1 with dashes. Is this supported and I'm doing it wrong?
The text was updated successfully, but these errors were encountered:
Right now it looks like upcase and downcase are supported, but what about regular expressions? Can't seem to get them to work! Something like
${1/[ ]/-/g}
should replace all spaces in$1
with dashes. Is this supported and I'm doing it wrong?The text was updated successfully, but these errors were encountered: