WIP/untested API 11
This commit is contained in:
parent
3896e10b66
commit
232b439ea5
@ -107,7 +107,6 @@ public static class DataManagerExtensions
|
||||
public static Regex ToRegex(this ReadOnlySeString? text)
|
||||
{
|
||||
ArgumentNullException.ThrowIfNull(text);
|
||||
text.Value.ToDalamudString().Payloads;
|
||||
return new Regex(string.Join("", text.Value.Select(payload =>
|
||||
{
|
||||
if (payload.Type == ReadOnlySePayloadType.Text)
|
||||
|
Loading…
Reference in New Issue
Block a user