Hi, I have strings which include "tags" like "[ref:123]" or "[ext:456]".
An example string could be
One of the aircraft [ref:123] crashed near the Peruvian border [ext:456] due to a malfunctioning windspeed indicator [ext:888].
Is there a simple wildcard search which would allow me to easily find all the tags - something like Find("[*:*]")?
That is, find all the tags which start with '[', end with ']', and contain two text-strings separated by ':'.
Thanks.
An example string could be
One of the aircraft [ref:123] crashed near the Peruvian border [ext:456] due to a malfunctioning windspeed indicator [ext:888].
Is there a simple wildcard search which would allow me to easily find all the tags - something like Find("[*:*]")?
That is, find all the tags which start with '[', end with ']', and contain two text-strings separated by ':'.
Thanks.