xsl-list
[Top] [All Lists]

[xsl] Extract String between chars

2021-10-26 11:59:23
Team,

I need a template for which, when I pass order number as parameter, I
should get the corresponding IPs. I need this in *XSLT 1.0*

===============
Eg
Input String : Order1#11.11.11.111;Order2#22.22.22.22;Order3#333.3433.3333;
Param : Order2

Output:
22.22.22.22

Basically it should extract text between # and ; after Order2
================

Thank you very much for your help.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>