Skip to content

Instantly share code, notes, and snippets.

Created July 26, 2016 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/43d428664fdb26681e60e36ef20e5a71 to your computer and use it in GitHub Desktop.
Save anonymous/43d428664fdb26681e60e36ef20e5a71 to your computer and use it in GitHub Desktop.
'_"asu_i_dh_iu"' -> 'asu_i_dh_iu' :
(?<=").*(?=")
'_"_asu_i_dh_iu"' -> 'asu_i_dh_iu' :
(?<="_).*(?=")
'_"asu_i_dh_iu_"_' -> 'asu_i_dh_iu' :
(?<="_).*(?=_")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment