0

I am wondering how I can point to a specific character in a string, then loop though the string to compare the character in the string with a specific charcter.

jww
  • 97,681
  • 90
  • 411
  • 885
  • which programming language? For guidance please read [how to ask questions](https://stackoverflow.com/help/how-to-ask) and [how to create a minimal example](https://stackoverflow.com/help/mcve) – 5th Oct 09 '18 at 12:46
  • @5th Assembly is tagged... – Lynn Crumbling Oct 09 '18 at 12:51
  • Look for a tutorial if you have no idea how to start. If you have a specific problem, post what you have so far and describe your difficulty in details. – 500 - Internal Server Error Oct 09 '18 at 12:57
  • [Finding substring in assembly](https://stackoverflow.com/q/4364692/608639), [Agner Fog's strstr() vs g++ built-in strstr() performance](https://stackoverflow.com/q/48601519/608639), [How to compare a char in a string with another char in NASM x86_64 Linux assembly](https://stackoverflow.com/q/35927302/608639), etc. – jww Oct 09 '18 at 13:09
  • @LynnCrumbling, according to the tag there is `java` or `.NET` flavour to it. But yeah I thought the assembly-tag means some sort of process – 5th Oct 09 '18 at 14:15
  • @5th Nah, it's warning people that it is incorrect to use this tag if you are referring to .net's DLL (called Assemblies) or for ASM, the Java library used for JVM bytecode manipulation. – Lynn Crumbling Oct 09 '18 at 18:28

0 Answers0