如何使用正则表达式从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 好听的元旦简短祝福语