Skip to content

Instantly share code, notes, and snippets.

@gausoft
Last active December 28, 2021 08:53
Show Gist options
  • Save gausoft/8d38ebc438f0bf226d8545593339e0ac to your computer and use it in GitHub Desktop.
Save gausoft/8d38ebc438f0bf226d8545593339e0ac to your computer and use it in GitHub Desktop.

Matcher tous les nombres entiers ou décimaux suivi ou non d'espace et terminer par Mo ou Go

(\d+([\.,]?\d+?)?)+\s?[Mo|Go]

Tester le regex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment