Skip to content

Overload_Cyjb_StringView_LastIndexOfAny

CYJB edited this page Mar 20, 2024 · 1 revision

StringView.LastIndexOfAny 方法

重载列表

 

名称 说明
公共方法 LastIndexOfAny(ReadOnlySpan(Char)) 返回指定字符数组中任意字符在当前字符串视图中最后一个匹配项的索引。
公共方法 LastIndexOfAny(Char[], Int32) 返回指定字符数组中任意字符在当前字符串视图中最后一个匹配项的索引。
公共方法 LastIndexOfAny(Char[], Int32, Int32) 返回指定字符数组中任意字符在当前字符串视图中最后一个匹配项的索引。
  Back to Top

参见

Reference

StringView 结构
Cyjb 命名空间

Clone this wiki locally