Getting a substring AFTER the last occurrence of a character in XSLT

后端 未结 3 1179
悲&欢浪女
悲&欢浪女 2021-01-02 07:26

I have a string in an XML file that looks similar to this:

M:Namespace.Class.Method(Something a, Something b)

The number of peri

3条回答
  •  遥遥无期
    2021-01-02 08:04

    If you do know that you have exactly two dots in your strings then you can try:

     
    

提交回复
热议问题