Skip to content

Instantly share code, notes, and snippets.

@LinqLover
Last active November 18, 2021 15:38
Show Gist options
  • Save LinqLover/6cb2442df2ea6c2352cd3d7dd669c2c6 to your computer and use it in GitHub Desktop.
Save LinqLover/6cb2442df2ea6c2352cd3d7dd669c2c6 to your computer and use it in GitHub Desktop.
Check whether a Smalltalk class prefix (`ABC`) is already used in a project
file:/ABC[A-Z]\w+\.class/((instance|class)/|class\.st)
https://sourcegraph.com/search?q=context:global+file:/ABC%5BA-Z%5D%5Cw%2B%5C.class/%28%28instance%7Cclass%29/%7Cclass%5C.st%29&patternType=literal&case=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment