如何使用正则表达式从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 给司机老师祝福语简短