Regular Expression Searches

Use the 'grep:' prefix to perform a regular expression (grep) search

Both common name and systematic name will be searched in the metabolite database (case insensitive)

Examples

grep:pc(.+/.+:1

grep:2-oxo.+ acid$

grep:cer(.+16:0)

grep:^cer(.+1[0-9]:0)

grep:p[ie]-cer(.+16:0)

grep:^Gly.+chol.+ acid$

grep:Pip[a-z]+one$

  logo