The-Poolz / LockDeal-NFT-API

1 stars 0 forks source link

base provider #240

Closed Lomet closed 3 months ago

Lomet commented 4 months ago

can you regex:

using System.Text.RegularExpressions;

public virtual string ProviderName => Regex.Replace(nameof(this), "(\\B[A-Z])", " $1");