Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mohammadkhoeini/5968a814d0d08245619f9d1d504bb6f5 to your computer and use it in GitHub Desktop.
Save mohammadkhoeini/5968a814d0d08245619f9d1d504bb6f5 to your computer and use it in GitHub Desktop.
https://regexr.com/
1- main regex
rtpf-\w*-\w*|rtpf-\w*|rtpf-\w*-\w*-\w*
2- put them into '' with replace tools also add array simbol => with same string in both side
3- then find all => 'rtpf- and replace with => ' for better naming
4- remove dublicates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment