Skip to content

Instantly share code, notes, and snippets.

@yrong
Created March 15, 2018 02:06
Show Gist options
  • Save yrong/79e01e402f4433e41b78db092591ff9d to your computer and use it in GitHub Desktop.
Save yrong/79e01e402f4433e41b78db092591ff9d to your computer and use it in GitHub Desktop.
var str = "vfs.fs.size[C:,pfree]"
var matched = str.match(/^vfs.fs.size\[(.*?):,pfree\]$/)
//matched[1]="C"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment