如何使用正则表达式从C#中的字符串中获取最后2个字符?
设置字符串-
string str = "Cookie and Session";
使用以下正则表达式从字符串中获取最后2个字符-
Regex.Match(str,@"(.{2})\s*$")以下是代码-
示例
using System;
using System.Text.RegularExpressions;
public class Demo {
public static void Main() {
string str = "Cookie and Session";
Console.WriteLine(Regex.Match(str,@"(.{2})\s*$"));
}
}输出结果
on
热门推荐
10 小学毕业父母简短祝福语
11 幼儿生日祝福语模板简短
12 新娘妈妈的祝福语简短
13 邻居聚会祝福语大全简短
14 十条祝福语简短
15 给同学祝福语的简短
16 过年祝福语简短祝妈妈
17 祝女儿简短祝福语大全
18 恩师诗词祝福语简短大全