instance method
swapcase
Ruby on Rails 5.2.8.1
Since v4.0.13 Last seen in v5.2.8.1Signature
swapcase(string)
No documentation comment.
Parameters
-
stringreq
Source
# File activesupport/lib/active_support/multibyte/unicode.rb, line 292
def swapcase(string)
apply_mapping string, :swapcase_mapping
end
Defined in activesupport/lib/active_support/multibyte/unicode.rb line 292
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Multibyte::Unicode