Skip to content

Instantly share code, notes, and snippets.

@antiphase
Created September 14, 2017 22:08
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 antiphase/2bbb081dfeb9e9362f74b64059d3e451 to your computer and use it in GitHub Desktop.
Save antiphase/2bbb081dfeb9e9362f74b64059d3e451 to your computer and use it in GitHub Desktop.
#!/bin/bash
foo=ABCDEFGH13XXX99
if [[ $foo =~ ([[:digit:]][[:digit:]]) ]]
then
echo ${BASH_REMATCH[0]}
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment