Rosetta Code:Village Pump/Pre to Lang Tag Fixer: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 2: Line 2:
I already did a bot, but i need a hash/dict, like this:
I already did a bot, but i need a hash/dict, like this:


Python = python
[[Python]]= python


C Sharp = csharp
[[C Sharp]] = csharp


Java = java5
[[Java]] = java5

[[Common Lisp]] = lisp


Common Lisp = lisp


I need this, because just lowercasing and removing spaces isn't very secure.
I need this, because just lowercasing and removing spaces isn't very secure.