INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Help with expression  (Read 811 times)

eddyshere

  • Galactic Citizen
  • ****
  • Posts: 469
Help with expression
« on: March 25, 2018, 09:45:45 am »

I would like to build an expression field which extracts the audio format from the compression field. I do have various compression fields for ex:
- bdmv video (video: h264, audio: dts-hd)
- bdmv video (video: vc-1, audio:truehd)
- ifo video (video: mpeg2, audio: DTS)

I would like just to have the value dts-hd, truehd or DTS

Is there an expression which would take x characters starting after audio: for example...

I'm trying to wrap my head around regex...but not there yet... :(

Any help is very appreciated

SOLVED : ifElse(regex()) did the trick
Logged
Pages: [1]   Go Up