rspec/rules/S2692/resources-dotnet.adoc
2023-06-08 09:50:39 +02:00

8 lines
430 B
Plaintext

== Resources
=== Documentation
* https://learn.microsoft.com/en-us/dotnet/api/system.string.contains[String.Contains Method]
* https://learn.microsoft.com/en-us/dotnet/api/system.string.indexofany[String.IndexOfAny Method]
* https://learn.microsoft.com/en-us/dotnet/api/system.string.lastindexof[String.LastIndexOf Method]
* https://learn.microsoft.com/en-us/dotnet/api/system.string.lastindexofany[String.LastIndexOfAny Method]