Click here to Skip to main content
15,896,557 members
Everything / Grammar

Grammar

grammar

Great Reads

by honey the codewitch
An LALR(1) parsing algorithm as part of Pck
by Ben Hanson
Capture text using a grammar instead of a regex.

Latest Articles

by honey the codewitch
An LALR(1) parsing algorithm as part of Pck
by Ben Hanson
Capture text using a grammar instead of a regex.

All Articles

Sort by Score

Grammar 

14 Aug 2019 by honey the codewitch
An LALR(1) parsing algorithm as part of Pck
15 Jun 2023 by Andre Oosthuizen
1. To capitalize, add the following line of code just before you copy your text to the clipboard (Uppercase Letter[^]) - RichTextBox1.Text = Char.ToUpper(RichTextBox1.Text(0)) + RichTextBox1.Text.Substring(1) 2. To underline the errors, you...
22 Mar 2018 by Ben Hanson
Capture text using a grammar instead of a regex.
16 Jun 2023 by Member 11788039
So the spell checker works fine, however there are a few issues. 1.) Does not capitalize the first letter of the alphabet. 2.) Does not underline the error when doing the spelling or grammar check 3.) Most probable the most important the form...